DatabaseWithObjectStores

data class DatabaseWithObjectStores(name: String, version: Double, objectStores: List<ObjectStore>)

Database with an array of object stores.

Constructors

DatabaseWithObjectStores
Link copied to clipboard
fun DatabaseWithObjectStores(name: String, version: Double, objectStores: List<ObjectStore>)

Properties

name
Link copied to clipboard
val name: String
Database name.
objectStores
Link copied to clipboard
val objectStores: List<ObjectStore>
Object stores in this database.
version
Link copied to clipboard
val version: Double
Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long')

Sources

jvm source
Link copied to clipboard